home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Interactive Bible for Kids - The Life of Paul
/
Paul.iso
/
mac
/
MASTRCST.DIR
/
00012_Script_quit rollover
< prev
next >
Wrap
Text File
|
1996-09-12
|
1KB
|
72 lines
on exitFrame
put 0 into x
put 0 into y
repeat while rollover (40)
if x = 0 then
startTimer
end if
if the timer < 14 then
set the memberNum of sprite 40 to 53
updatestage
end if
if the timer > 14 then
if the timer < 28 then
set the memberNum of sprite 40 to 54
updatestage
end if
end if
if the timer > 28 then
if the timer < 42 then
set the memberNum of sprite 40 to 55
updatestage
end if
end if
if the timer > 42 then
startTimer
end if
put 1 into x
if the mouseDown then
go "no"
exit repeat
end if
end repeat
repeat while rollover (39)
if y = 0 then
startTimer
end if
if the timer < 15 then
set the memberNum of sprite 39 to 57
updatestage
end if
if the timer > 15 then
if the timer < 30 then
set the memberNum of sprite 39 to 58
updatestage
end if
end if
if the timer > 30 then
if the timer < 90 then
set the memberNum of sprite 39 to 59
updatestage
end if
end if
if the timer > 90 then
startTimer
end if
put 1 into y
if the mouseDown then
go "yes"
exit repeat
end if
end repeat
go the frame
end